github.com/jackc/pgx/v5.copyFrom.mode (field)

6 uses

	github.com/jackc/pgx/v5 (current package)
		copy_from.go#L115: 	mode          QueryExecMode
		copy_from.go#L137: 	switch ct.mode {
		copy_from.go#L145: 		ct.mode = QueryExecModeDescribeExec
		copy_from.go#L151: 			ct.mode,
		copy_from.go#L158: 		return 0, fmt.Errorf("unknown QueryExecMode: %v", ct.mode)
		copy_from.go#L272: 		mode:          c.config.DefaultQueryExecMode,